*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/* .warpper{
    width: 1170px;
    margin: 0px auto;
} */


.coustom-nav-ul li a {
   

    font-family: 'Work Sans', sans-serif;
}

.coustom-nav-ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);

}


.cos-mar-left {
    margin-left: 50px;
}

.m-r-50 {
    margin-right: 50px;
}




.active{
    background-color: rgba(0, 0, 0, 0.1);
}
















/* media quarry start form here*/








@media only screen and (min-width: 414px) {

    .cos-mar-left {
        margin-left: 25px;
    }
    
    .m-r-50 {
        margin-right: 25px;
    }

    .coustom-nav-ul {
        text-align: center;
    }

    .img-size{
        width: 125px;
        height: 125px;
    }


.font-s-h3{
font-size: 12px;
}
.font-s-p{
font-size: 10px;
}


}



@media only screen and (min-width: 576px) {

    
    

    .img-size{
        width: 160px;
        height: 160px;
    }

    .font-s-h3{
        font-size: 15px;
        }
        .font-s-p{
        font-size: 10px;
        }
}





@media only screen and (min-width: 768px) {

   
    .cos-mar-left {
        margin-left: 50px;
    }
    
    .m-r-50 {
        margin-right: 50px;
    }


    .font-s-h3{
        font-size: 15px;
        }
        .font-s-p{
        font-size: 12px;
        }



}

@media only screen and (min-width: 992px) {


    .coustom-nav-ul {
        margin-right: 50px;
    }


    .img-size{
        width: 255px;
        height: 255px;
    }


    .font-s-h3{
        font-size: 25px;
        }
        .font-s-p{
        font-size: 20px;
        }
    
}


@media only screen and (min-width: 1200px) {

    .font-s-h3{
        font-size: 25px;
        }
        .font-s-p{
        font-size: 20px;
        }
}


@media only screen and (min-width: 1400px) {
    .img-size{
        width: 390px;
        height: 390px;
    }

    .font-s-h3{
        font-size: 38px;
        }
        .font-s-p{
        font-size: 25px;
        }
}